home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001120_dsr@hplb.hpl.hp.com _Fri May 14 11:17:14 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  4KB

  1. Return-Path: <dsr@hplb.hpl.hp.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA08534; Fri, 14 May 93 11:17:14 MET DST
  4. Received: from hplb.hpl.hp.com by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA08903; Fri, 14 May 1993 11:38:06 +0200
  6. Received: from dragget.hpl.hp.com by hplb.hpl.hp.com; Fri, 14 May 93 10:31:12 +0100
  7. Received: by manuel.hpl.hp.com
  8.     (16.6/15.6+ISC) id AA15463; Fri, 14 May 93 10:39:06 +0100
  9. From: Dave_Raggett <dsr@hplb.hpl.hp.com>
  10. Message-Id: <9305140939.AA15463@manuel.hpl.hp.com>
  11. Subject: Re: HTML+ and printed books
  12. To: sanders@bsdi.com
  13. Date: Fri, 14 May 93 10:39:04 BST
  14. Cc: www-talk@nxoc01.cern.ch
  15. Mailer: Elm [revision: 66.36.1.1]
  16.  
  17. Tony,
  18.  
  19. > Has much thought gone into features needed to have data be both online
  20. > and used to print books.  When you are using a hypertext browser you
  21. > want one view of the data and when you print a book you'll need another.
  22.  
  23. Thanks for pointing this out. Quite often I am browsing through some part of
  24. the web and would like to print out a whole chunk. Unfortunately, while it is
  25. simplicity itself to print the current document, it is really tough to print
  26. out a collection of related material, involving multiple documents.
  27.  
  28. If we can address this issue well, it will also make it much easier to put
  29. books and technical documentation etc. onto the web. By addressing the needs
  30. of publishers the Web itself will become more pervasive.
  31.  
  32. You suggest:
  33.  
  34. > The most obvious thing to add would be:
  35. >    <ONLINE>click the mouse or select item</ONLINE>
  36. >    <PRINTED>see page such and such</PRINTED>
  37. > But I have a strong feeling this isn't the correct way to solve the problem.
  38.  
  39. The issue you mention of how authors refer to hypertext links can be solved
  40. through guidelines to authors on how to write such references in a form
  41. suitable for both online and paper media. Tim has already written on this
  42. in "http://info.cern.ch:80/hypertext/WWW/Provider/Style/Printable.html".
  43.  
  44. Perhaps we need some structuring elements which determine how a group of
  45. related documents can be sequenced into a form suitable for printing, along
  46. with a way of automatically generating a table of contents, and an index.
  47. Hypertext links could then be converted into the appropriate page/section
  48. references.
  49.  
  50. The obvious structuring element corresponds to the contents list, e.g.
  51.  
  52.         <CONTENTS>
  53.             <A HREF ="doc1.html">Introduction to home brewing</A>
  54.             <A HREF ="doc2.html">Equipment Needed</A>
  55.             <A HREF ="doc1.html">The basic skills</A>
  56.             <A HREF ="doc1.html">Popular recipes</A>
  57.         </CONTENTS>
  58.  
  59. i.e. in SGML terms:  <!ELEMENT CONTENTS (A+)>
  60.  
  61. This would be placed somewhere convenient with links back from other
  62. documents using the <LINK> element, e.g.
  63.                                                     "Previous" and "Next"
  64.         <LINK REL="CONTENTS" HREF="contents.html">   relationships could
  65.                                                      also be useful here.
  66.  
  67. This would allow the browser to work out how to print the material as a book
  68. from any one of the constituent documents. At worst, The index can be
  69. generated automatically from analysing the document text for key phrases.
  70. Better still, would be to have markup which identifies key words or phrases.
  71. The header and inline emphasis tags are potential candidates, but I think
  72. we should add a new tag to support professional quality indexing.
  73.  
  74. What do you think?
  75.  
  76. Regards,
  77.  
  78. Dave Raggett,
  79.  
  80. -----------------------------------------------------------------------------
  81. Hewlett Packard Laboratories,           +44 272 228046
  82. Bristol, England                        dsr@hplb.hpl.hp.com